Html Css Color HEX #CFE5F1 Pattens Blue

📋 copy color: '#CFE5F1'

red 207 ◦ green 229 ◦ blue 241

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

Shades of Pattens Blue #CFE5F1

Tints of Pattens Blue #CFE5F1

RGB

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

 GREEN value IS 229 (89.84% from 255) = 33.83%

 BLUE value IS 241 (94.53% from 255) = 35.6%

R = 30.58%
G = 33.83%
B = 35.6%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CFE5F1 (or 0xCFE5F1) is known color: Pattens Blue. HEX triplet: CF, E5 and F1. RGB value is (207,229,241). Sum of RGB (Red+Green+Blue) = 207+229+241=677 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.58% from 677); Green value is 229 (89.84% from 255 or 33.83% from 677); Blue value is 241 (94.53% from 255 or 35.60% from 677); Max value from RGB is 241 - color contains mainly: blue. Hex color #CFE5F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE5F1 is #301A0E. Grayscale: #DFDFDF. Windows color (decimal): -3152399 or 15853007. OLE color: 15853007.

HSL color Cylindrical-coordinate representation of color #CFE5F1: hue angle of 201.18º degrees, saturation: 0.55, 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 #CFE5F1 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 207 229 241 -
CMYK 0.14 0.05 0 0.05
HSL 201.18º 0.55% 0.88% -
HSV(B) 201.18º 0.14% 0.95% -
XYZ 69.63 75.65 94.15 -
YUV 223.79 137.71 116.02 -
System Red Green Blue C M Y K H S L
Decimal 207 229 241 0.14 0.05 0 0.05 201.18 0.55 0.88
Hex CF E5 F1 E 5 0 5 C9 37 58
Octal 317 345 361 16 5 0 5 311 67 130
Binary 11001111 11100101 11110001 1110 101 0 101 11001001 110111 1011000

Color Harmonies of #CFE5F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE5F1

Black with #CFE5F1

Text Example


Text Example

White with #CFE5F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE5F1; }

 p { color: rgb(207,229,241); }

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

background-color css

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

 a { background-color: rgb(207,229,241); }

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

border-color css

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

 span { border-color: rgb(207,229,241); }

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