Html Css Color HEX #CFE9FA Pattens Blue

📋 copy color: '#CFE9FA'

red 207 ◦ green 233 ◦ blue 250

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

Shades of Pattens Blue #CFE9FA

Tints of Pattens Blue #CFE9FA

RGB

 RED value IS 207 (81.25% from 255) = 30%

 GREEN value IS 233 (91.41% from 255) = 33.77%

 BLUE value IS 250 (98.05% from 255) = 36.23%

R = 30%
G = 33.77%
B = 36.23%

CMYK

 C value IS 0.17

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CFE9FA (or 0xCFE9FA) is known color: Pattens Blue. HEX triplet: CF, E9 and FA. RGB value is (207,233,250). Sum of RGB (Red+Green+Blue) = 207+233+250=690 (91% of max value = 765). Red value is 207 (81.25% from 255 or 30% from 690); Green value is 233 (91.41% from 255 or 33.77% from 690); Blue value is 250 (98.05% from 255 or 36.23% from 690); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFE9FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFE9FA is #301605. Grayscale: #E3E3E3. Windows color (decimal): -3151366 or 16443855. OLE color: 16443855.

HSL color Cylindrical-coordinate representation of color #CFE9FA: hue angle of 203.72º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFE9FA is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 233 250 -
CMYK 0.17 0.07 0 0.02
HSL 203.72º 0.81% 0.9% -
HSV(B) 203.72º 0.17% 0.98% -
XYZ 72.13 78.45 101.78 -
YUV 227.16 140.89 113.62 -
System Red Green Blue C M Y K H S L
Decimal 207 233 250 0.17 0.07 0 0.02 203.72 0.81 0.9
Hex CF E9 FA 11 7 0 2 CC 51 5A
Octal 317 351 372 21 7 0 2 314 121 132
Binary 11001111 11101001 11111010 10001 111 0 10 11001100 1010001 1011010

Color Harmonies of #CFE9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE9FA

Black with #CFE9FA

Text Example


Text Example

White with #CFE9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE9FA; }

 p { color: rgb(207,233,250); }

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

background-color css

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

 a { background-color: rgb(207,233,250); }

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

border-color css

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

 span { border-color: rgb(207,233,250); }

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