Html Css Color HEX #CEE3FA Pattens Blue

📋 copy color: '#CEE3FA'

red 206 ◦ green 227 ◦ blue 250

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

Shades of Pattens Blue #CEE3FA

Tints of Pattens Blue #CEE3FA

RGB

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

 GREEN value IS 227 (89.06% from 255) = 33.24%

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

R = 30.16%
G = 33.24%
B = 36.6%

CMYK

 C value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CEE3FA (or 0xCEE3FA) is known color: Pattens Blue. HEX triplet: CE, E3 and FA. RGB value is (206,227,250). Sum of RGB (Red+Green+Blue) = 206+227+250=683 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.16% from 683); Green value is 227 (89.06% from 255 or 33.24% from 683); Blue value is 250 (98.05% from 255 or 36.60% from 683); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEE3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE3FA is #311C05. Grayscale: #DFDFDF. Windows color (decimal): -3218438 or 16442318. OLE color: 16442318.

HSL color Cylindrical-coordinate representation of color #CEE3FA: hue angle of 211.36º 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 #CEE3FA is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 227 250 -
CMYK 0.18 0.09 0 0.02
HSL 211.36º 0.81% 0.89% -
HSV(B) 211.36º 0.18% 0.98% -
XYZ 70.18 74.96 101.21 -
YUV 223.34 143.04 115.63 -
System Red Green Blue C M Y K H S L
Decimal 206 227 250 0.18 0.09 0 0.02 211.36 0.81 0.89
Hex CE E3 FA 12 9 0 2 D3 51 59
Octal 316 343 372 22 11 0 2 323 121 131
Binary 11001110 11100011 11111010 10010 1001 0 10 11010011 1010001 1011001

Color Harmonies of #CEE3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE3FA

Black with #CEE3FA

Text Example


Text Example

White with #CEE3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE3FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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