Html Css Color HEX #CEE1F1 Pattens Blue

📋 copy color: '#CEE1F1'

red 206 ◦ green 225 ◦ blue 241

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

Shades of Pattens Blue #CEE1F1

Tints of Pattens Blue #CEE1F1

RGB

 RED value IS 206 (80.86% from 255) = 30.65%

 GREEN value IS 225 (88.28% from 255) = 33.48%

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

R = 30.65%
G = 33.48%
B = 35.86%

CMYK

 C value IS 0.15

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CEE1F1 (or 0xCEE1F1) is known color: Pattens Blue. HEX triplet: CE, E1 and F1. RGB value is (206,225,241). Sum of RGB (Red+Green+Blue) = 206+225+241=672 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.65% from 672); Green value is 225 (88.28% from 255 or 33.48% from 672); Blue value is 241 (94.53% from 255 or 35.86% from 672); Max value from RGB is 241 - color contains mainly: blue. Hex color #CEE1F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE1F1 is #311E0E. Grayscale: #DDDDDD. Windows color (decimal): -3218959 or 15851982. OLE color: 15851982.

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

Color convert

RGB 206 225 241 -
CMYK 0.15 0.07 0 0.05
HSL 207.43º 0.56% 0.88% -
HSV(B) 207.43º 0.15% 0.95% -
XYZ 68.26 73.32 93.77 -
YUV 221.14 139.21 117.2 -
System Red Green Blue C M Y K H S L
Decimal 206 225 241 0.15 0.07 0 0.05 207.43 0.56 0.88
Hex CE E1 F1 F 7 0 5 CF 38 58
Octal 316 341 361 17 7 0 5 317 70 130
Binary 11001110 11100001 11110001 1111 111 0 101 11001111 111000 1011000

Color Harmonies of #CEE1F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE1F1

Black with #CEE1F1

Text Example


Text Example

White with #CEE1F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE1F1; }

 p { color: rgb(206,225,241); }

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

background-color css

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

 a { background-color: rgb(206,225,241); }

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

border-color css

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

 span { border-color: rgb(206,225,241); }

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