Html Css Color HEX #9BC4FE Pale Cornflower Blue

📋 copy color: '#9BC4FE'

red 155 ◦ green 196 ◦ blue 254

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

Shades of Pale Cornflower Blue #9BC4FE

Tints of Pale Cornflower Blue #9BC4FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.98%

R = 25.62%
G = 32.4%
B = 41.98%

CMYK

 C value IS 0.39

 M value IS 0.23

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9BC4FE (or 0x9BC4FE) is known color: Pale Cornflower Blue. HEX triplet: 9B, C4 and FE. RGB value is (155,196,254). Sum of RGB (Red+Green+Blue) = 155+196+254=605 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.62% from 605); Green value is 196 (76.95% from 255 or 32.40% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: blue. Hex color #9BC4FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BC4FE is #643B01. Grayscale: #BEBEBE. Windows color (decimal): -6568706 or 16696475. OLE color: 16696475.

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

Color convert

RGB 155 196 254 -
CMYK 0.39 0.23 0 0.00
HSL 215.15º 0.98% 0.8% -
HSV(B) 215.15º 0.39% 1% -
XYZ 51.15 53.6 101.42 -
YUV 190.35 163.92 102.78 -
System Red Green Blue C M Y K H S L
Decimal 155 196 254 0.39 0.23 0 0.00 215.15 0.98 0.8
Hex 9B C4 FE 27 17 0 0 D7 62 50
Octal 233 304 376 47 27 0 0 327 142 120
Binary 10011011 11000100 11111110 100111 10111 0 0 11010111 1100010 1010000

Color Harmonies of #9BC4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC4FE

Black with #9BC4FE

Text Example


Text Example

White with #9BC4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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