Html Css Color HEX #9BC4FF Pale Cornflower Blue

📋 copy color: '#9BC4FF'

red 155 ◦ green 196 ◦ blue 255

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

Shades of Pale Cornflower Blue #9BC4FF

Tints of Pale Cornflower Blue #9BC4FF

RGB

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

 GREEN value IS 196 (76.95% from 255) = 32.34%

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

R = 25.58%
G = 32.34%
B = 42.08%

CMYK

 C value IS 0.39

 M value IS 0.23

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9BC4FF (or 0x9BC4FF) is known color: Pale Cornflower Blue. HEX triplet: 9B, C4 and FF. RGB value is (155,196,255). Sum of RGB (Red+Green+Blue) = 155+196+255=606 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.58% from 606); Green value is 196 (76.95% from 255 or 32.34% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #9BC4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BC4FF is #643B00. Grayscale: #BEBEBE. Windows color (decimal): -6568705 or 16762011. OLE color: 16762011.

HSL color Cylindrical-coordinate representation of color #9BC4FF: hue angle of 215.4º 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 #9BC4FF is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 155 196 255 -
CMYK 0.39 0.23 0 0
HSL 215.4º 1% 0.8% -
HSV(B) 215.4º 0.39% 1% -
XYZ 51.31 53.67 102.26 -
YUV 190.47 164.42 102.7 -
System Red Green Blue C M Y K H S L
Decimal 155 196 255 0.39 0.23 0 0 215.4 1 0.8
Hex 9B C4 FF 27 17 0 0 D7 64 50
Octal 233 304 377 47 27 0 0 327 144 120
Binary 10011011 11000100 11111111 100111 10111 0 0 11010111 1100100 1010000

Color Harmonies of #9BC4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC4FF

Black with #9BC4FF

Text Example


Text Example

White with #9BC4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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