Html Css Color HEX #CEE4F3 Pattens Blue

📋 copy color: '#CEE4F3'

red 206 ◦ green 228 ◦ blue 243

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

Shades of Pattens Blue #CEE4F3

Tints of Pattens Blue #CEE4F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 35.89%

R = 30.43%
G = 33.68%
B = 35.89%

CMYK

 C value IS 0.15

 M value IS 0.06

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CEE4F3 (or 0xCEE4F3) is known color: Pattens Blue. HEX triplet: CE, E4 and F3. RGB value is (206,228,243). Sum of RGB (Red+Green+Blue) = 206+228+243=677 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.43% from 677); Green value is 228 (89.45% from 255 or 33.68% from 677); Blue value is 243 (95.31% from 255 or 35.89% from 677); Max value from RGB is 243 - color contains mainly: blue. Hex color #CEE4F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE4F3 is #311B0C. Grayscale: #DFDFDF. Windows color (decimal): -3218189 or 15983822. OLE color: 15983822.

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

Color convert

RGB 206 228 243 -
CMYK 0.15 0.06 0 0.05
HSL 204.32º 0.61% 0.88% -
HSV(B) 204.32º 0.15% 0.95% -
XYZ 69.37 75.08 95.63 -
YUV 223.13 139.21 115.78 -
System Red Green Blue C M Y K H S L
Decimal 206 228 243 0.15 0.06 0 0.05 204.32 0.61 0.88
Hex CE E4 F3 F 6 0 5 CC 3D 58
Octal 316 344 363 17 6 0 5 314 75 130
Binary 11001110 11100100 11110011 1111 110 0 101 11001100 111101 1011000

Color Harmonies of #CEE4F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE4F3

Black with #CEE4F3

Text Example


Text Example

White with #CEE4F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE4F3; }

 p { color: rgb(206,228,243); }

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

background-color css

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

 a { background-color: rgb(206,228,243); }

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

border-color css

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

 span { border-color: rgb(206,228,243); }

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