Html Css Color HEX #CEE3FD Pattens Blue

📋 copy color: '#CEE3FD'

red 206 ◦ green 227 ◦ blue 253

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

Shades of Pattens Blue #CEE3FD

Tints of Pattens Blue #CEE3FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 36.88%

R = 30.03%
G = 33.09%
B = 36.88%

CMYK

 C value IS 0.19

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CEE3FD (or 0xCEE3FD) is known color: Pattens Blue. HEX triplet: CE, E3 and FD. RGB value is (206,227,253). Sum of RGB (Red+Green+Blue) = 206+227+253=686 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.03% from 686); Green value is 227 (89.06% from 255 or 33.09% from 686); Blue value is 253 (99.22% from 255 or 36.88% from 686); Max value from RGB is 253 - color contains mainly: blue. Hex color #CEE3FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE3FD is #311C02. Grayscale: #DFDFDF. Windows color (decimal): -3218435 or 16638926. OLE color: 16638926.

HSL color Cylindrical-coordinate representation of color #CEE3FD: hue angle of 213.19º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEE3FD is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 206 227 253 -
CMYK 0.19 0.10 0 0.01
HSL 213.19º 0.92% 0.9% -
HSV(B) 213.19º 0.19% 0.99% -
XYZ 70.65 75.15 103.71 -
YUV 223.69 144.54 115.39 -
System Red Green Blue C M Y K H S L
Decimal 206 227 253 0.19 0.10 0 0.01 213.19 0.92 0.9
Hex CE E3 FD 13 A 0 1 D5 5C 5A
Octal 316 343 375 23 12 0 1 325 134 132
Binary 11001110 11100011 11111101 10011 1010 0 1 11010101 1011100 1011010

Color Harmonies of #CEE3FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE3FD

Black with #CEE3FD

Text Example


Text Example

White with #CEE3FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE3FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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