Html Css Color HEX #9BC3FE Pale Cornflower Blue

📋 copy color: '#9BC3FE'

red 155 ◦ green 195 ◦ blue 254

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

Shades of Pale Cornflower Blue #9BC3FE

Tints of Pale Cornflower Blue #9BC3FE

RGB

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

 GREEN value IS 195 (76.56% from 255) = 32.28%

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

R = 25.66%
G = 32.28%
B = 42.05%

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

#9BC3FE (or 0x9BC3FE) is known color: Pale Cornflower Blue. HEX triplet: 9B, C3 and FE. RGB value is (155,195,254). Sum of RGB (Red+Green+Blue) = 155+195+254=604 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.66% from 604); Green value is 195 (76.56% from 255 or 32.28% from 604); Blue value is 254 (99.61% from 255 or 42.05% from 604); Max value from RGB is 254 - color contains mainly: blue. Hex color #9BC3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BC3FE is #643C01. Grayscale: #BDBDBD. Windows color (decimal): -6568962 or 16696219. OLE color: 16696219.

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

Color convert

RGB 155 195 254 -
CMYK 0.39 0.23 0 0.00
HSL 215.76º 0.98% 0.8% -
HSV(B) 215.76º 0.39% 1% -
XYZ 50.92 53.15 101.34 -
YUV 189.77 164.25 103.2 -
System Red Green Blue C M Y K H S L
Decimal 155 195 254 0.39 0.23 0 0.00 215.76 0.98 0.8
Hex 9B C3 FE 27 17 0 0 D8 62 50
Octal 233 303 376 47 27 0 0 330 142 120
Binary 10011011 11000011 11111110 100111 10111 0 0 11011000 1100010 1010000

Color Harmonies of #9BC3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC3FE

Black with #9BC3FE

Text Example


Text Example

White with #9BC3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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