Html Css Color HEX #9FCEFF Pale Cornflower Blue

📋 copy color: '#9FCEFF'

red 159 ◦ green 206 ◦ blue 255

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

Shades of Pale Cornflower Blue #9FCEFF

Tints of Pale Cornflower Blue #9FCEFF

RGB

 RED value IS 159 (62.5% from 255) = 25.65%

 GREEN value IS 206 (80.86% from 255) = 33.23%

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

R = 25.65%
G = 33.23%
B = 41.13%

CMYK

 C value IS 0.38

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9FCEFF (or 0x9FCEFF) is known color: Pale Cornflower Blue. HEX triplet: 9F, CE and FF. RGB value is (159,206,255). Sum of RGB (Red+Green+Blue) = 159+206+255=620 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.65% from 620); Green value is 206 (80.86% from 255 or 33.23% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #9FCEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCEFF is #603100. Grayscale: #C5C5C5. Windows color (decimal): -6304001 or 16764575. OLE color: 16764575.

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

Color convert

RGB 159 206 255 -
CMYK 0.38 0.19 0 0
HSL 210.63º 1% 0.81% -
HSV(B) 210.63º 0.38% 1% -
XYZ 54.42 58.73 103.08 -
YUV 197.53 160.43 100.52 -
System Red Green Blue C M Y K H S L
Decimal 159 206 255 0.38 0.19 0 0 210.63 1 0.81
Hex 9F CE FF 26 13 0 0 D3 64 51
Octal 237 316 377 46 23 0 0 323 144 121
Binary 10011111 11001110 11111111 100110 10011 0 0 11010011 1100100 1010001

Color Harmonies of #9FCEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCEFF

Black with #9FCEFF

Text Example


Text Example

White with #9FCEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,206,255); }

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

background-color css

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

 a { background-color: rgb(159,206,255); }

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

border-color css

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

 span { border-color: rgb(159,206,255); }

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