Html Css Color HEX #9BC2FF Pale Cornflower Blue

📋 copy color: '#9BC2FF'

red 155 ◦ green 194 ◦ blue 255

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

Shades of Pale Cornflower Blue #9BC2FF

Tints of Pale Cornflower Blue #9BC2FF

RGB

 RED value IS 155 (60.94% from 255) = 25.66%

 GREEN value IS 194 (76.17% from 255) = 32.12%

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

R = 25.66%
G = 32.12%
B = 42.22%

CMYK

 C value IS 0.39

 M value IS 0.24

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9BC2FF (or 0x9BC2FF) is known color: Pale Cornflower Blue. HEX triplet: 9B, C2 and FF. RGB value is (155,194,255). Sum of RGB (Red+Green+Blue) = 155+194+255=604 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.66% from 604); Green value is 194 (76.17% from 255 or 32.12% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #9BC2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BC2FF is #643D00. Grayscale: #BDBDBD. Windows color (decimal): -6569217 or 16761499. OLE color: 16761499.

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

Color convert

RGB 155 194 255 -
CMYK 0.39 0.24 0 0
HSL 216.6º 1% 0.8% -
HSV(B) 216.6º 0.39% 1% -
XYZ 50.86 52.77 102.11 -
YUV 189.29 165.08 103.54 -
System Red Green Blue C M Y K H S L
Decimal 155 194 255 0.39 0.24 0 0 216.6 1 0.8
Hex 9B C2 FF 27 18 0 0 D9 64 50
Octal 233 302 377 47 30 0 0 331 144 120
Binary 10011011 11000010 11111111 100111 11000 0 0 11011001 1100100 1010000

Color Harmonies of #9BC2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC2FF

Black with #9BC2FF

Text Example


Text Example

White with #9BC2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,194,255); }

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

background-color css

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

 a { background-color: rgb(155,194,255); }

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

border-color css

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

 span { border-color: rgb(155,194,255); }

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