Html Css Color HEX #CEE2FA Pattens Blue

📋 copy color: '#CEE2FA'

red 206 ◦ green 226 ◦ blue 250

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

Shades of Pattens Blue #CEE2FA

Tints of Pattens Blue #CEE2FA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 33.14%

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

R = 30.21%
G = 33.14%
B = 36.66%

CMYK

 C value IS 0.18

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CEE2FA (or 0xCEE2FA) is known color: Pattens Blue. HEX triplet: CE, E2 and FA. RGB value is (206,226,250). Sum of RGB (Red+Green+Blue) = 206+226+250=682 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.21% from 682); Green value is 226 (88.67% from 255 or 33.14% from 682); Blue value is 250 (98.05% from 255 or 36.66% from 682); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEE2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE2FA is #311D05. Grayscale: #DEDEDE. Windows color (decimal): -3218694 or 16442062. OLE color: 16442062.

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

Color convert

RGB 206 226 250 -
CMYK 0.18 0.10 0 0.02
HSL 212.73º 0.81% 0.89% -
HSV(B) 212.73º 0.18% 0.98% -
XYZ 69.91 74.42 101.12 -
YUV 222.76 143.37 116.05 -
System Red Green Blue C M Y K H S L
Decimal 206 226 250 0.18 0.10 0 0.02 212.73 0.81 0.89
Hex CE E2 FA 12 A 0 2 D5 51 59
Octal 316 342 372 22 12 0 2 325 121 131
Binary 11001110 11100010 11111010 10010 1010 0 10 11010101 1010001 1011001

Color Harmonies of #CEE2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE2FA

Black with #CEE2FA

Text Example


Text Example

White with #CEE2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE2FA; }

 p { color: rgb(206,226,250); }

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

background-color css

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

 a { background-color: rgb(206,226,250); }

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

border-color css

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

 span { border-color: rgb(206,226,250); }

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