Html Css Color HEX #9CBFFF Pale Cornflower Blue

📋 copy color: '#9CBFFF'

red 156 ◦ green 191 ◦ blue 255

#9CBFFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Cornflower Blue #9CBFFF

Tints of Pale Cornflower Blue #9CBFFF

RGB

 RED value IS 156 (61.33% from 255) = 25.91%

 GREEN value IS 191 (75% from 255) = 31.73%

 BLUE value IS 255 (100% from 255) = 42.36%

R = 25.91%
G = 31.73%
B = 42.36%

CMYK

 C value IS 0.39

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9CBFFF (or 0x9CBFFF) is known color: Pale Cornflower Blue. HEX triplet: 9C, BF and FF. RGB value is (156,191,255). Sum of RGB (Red+Green+Blue) = 156+191+255=602 (79% of max value = 765). Red value is 156 (61.33% from 255 or 25.91% from 602); Green value is 191 (75% from 255 or 31.73% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #9CBFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CBFFF is #634000. Grayscale: #BBBBBB. Windows color (decimal): -6504449 or 16760732. OLE color: 16760732.

HSL color Cylindrical-coordinate representation of color #9CBFFF: hue angle of 218.79º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CBFFF is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 156 191 255 -
CMYK 0.39 0.25 0 0
HSL 218.79º 1% 0.81% -
HSV(B) 218.79º 0.39% 1% -
XYZ 50.39 51.55 101.9 -
YUV 187.83 165.9 105.3 -
System Red Green Blue C M Y K H S L
Decimal 156 191 255 0.39 0.25 0 0 218.79 1 0.81
Hex 9C BF FF 27 19 0 0 DB 64 51
Octal 234 277 377 47 31 0 0 333 144 121
Binary 10011100 10111111 11111111 100111 11001 0 0 11011011 1100100 1010001

Color Harmonies of #9CBFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBFFF

Black with #9CBFFF

Text Example


Text Example

White with #9CBFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9CBFFF; }

 p { color: rgb(156,191,255); }

 H1.HeaderClassName
 {
   color: #9CBFFF;
 }
 .AnyTagClassName
 {
   color: #9CBFFF;
 }
</style>

background-color css

<style>
 a { background-color: #9CBFFF; }

 a { background-color: rgb(156,191,255); }

 div.DivClassName
 {
   background-color: #9CBFFF;
 }
 .BgClassName
 {
   background-color: #9CBFFF;
 }
</style>

border-color css

<style>
 span { border-color: #9CBFFF; }

 span { border-color: rgb(156,191,255); }

 td.TdClassName
 {
   border-color: #9CBFFF;
 }
 .TagClassName
 {
   border-color: #9CBFFF;
 }
</style>