Html Css Color HEX #CFE4F2 Pattens Blue

📋 copy color: '#CFE4F2'

red 207 ◦ green 228 ◦ blue 242

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

Shades of Pattens Blue #CFE4F2

Tints of Pattens Blue #CFE4F2

RGB

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

 GREEN value IS 228 (89.45% from 255) = 33.68%

 BLUE value IS 242 (94.92% from 255) = 35.75%

R = 30.58%
G = 33.68%
B = 35.75%

CMYK

 C value IS 0.14

 M value IS 0.06

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CFE4F2 (or 0xCFE4F2) is known color: Pattens Blue. HEX triplet: CF, E4 and F2. RGB value is (207,228,242). Sum of RGB (Red+Green+Blue) = 207+228+242=677 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.58% from 677); Green value is 228 (89.45% from 255 or 33.68% from 677); Blue value is 242 (94.92% from 255 or 35.75% from 677); Max value from RGB is 242 - color contains mainly: blue. Hex color #CFE4F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE4F2 is #301B0D. Grayscale: #DFDFDF. Windows color (decimal): -3152654 or 15918287. OLE color: 15918287.

HSL color Cylindrical-coordinate representation of color #CFE4F2: hue angle of 204º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFE4F2 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 207 228 242 -
CMYK 0.14 0.06 0 0.05
HSL 204º 0.57% 0.88% -
HSV(B) 204º 0.14% 0.95% -
XYZ 69.5 75.16 94.85 -
YUV 223.32 138.54 116.36 -
System Red Green Blue C M Y K H S L
Decimal 207 228 242 0.14 0.06 0 0.05 204 0.57 0.88
Hex CF E4 F2 E 6 0 5 CC 39 58
Octal 317 344 362 16 6 0 5 314 71 130
Binary 11001111 11100100 11110010 1110 110 0 101 11001100 111001 1011000

Color Harmonies of #CFE4F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE4F2

Black with #CFE4F2

Text Example


Text Example

White with #CFE4F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE4F2; }

 p { color: rgb(207,228,242); }

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

background-color css

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

 a { background-color: rgb(207,228,242); }

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

border-color css

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

 span { border-color: rgb(207,228,242); }

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