Html Css Color HEX #CEE7FA Pattens Blue

📋 copy color: '#CEE7FA'

red 206 ◦ green 231 ◦ blue 250

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

Shades of Pattens Blue #CEE7FA

Tints of Pattens Blue #CEE7FA

RGB

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

 GREEN value IS 231 (90.63% from 255) = 33.62%

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

R = 29.99%
G = 33.62%
B = 36.39%

CMYK

 C value IS 0.18

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CEE7FA (or 0xCEE7FA) is known color: Pattens Blue. HEX triplet: CE, E7 and FA. RGB value is (206,231,250). Sum of RGB (Red+Green+Blue) = 206+231+250=687 (90% of max value = 765). Red value is 206 (80.86% from 255 or 29.99% from 687); Green value is 231 (90.62% from 255 or 33.62% from 687); Blue value is 250 (98.05% from 255 or 36.39% from 687); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEE7FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEE7FA is #311805. Grayscale: #E1E1E1. Windows color (decimal): -3217414 or 16443342. OLE color: 16443342.

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

Color convert

RGB 206 231 250 -
CMYK 0.18 0.08 0 0.02
HSL 205.91º 0.81% 0.89% -
HSV(B) 205.91º 0.18% 0.98% -
XYZ 71.28 77.18 101.58 -
YUV 225.69 141.72 113.96 -
System Red Green Blue C M Y K H S L
Decimal 206 231 250 0.18 0.08 0 0.02 205.91 0.81 0.89
Hex CE E7 FA 12 8 0 2 CE 51 59
Octal 316 347 372 22 10 0 2 316 121 131
Binary 11001110 11100111 11111010 10010 1000 0 10 11001110 1010001 1011001

Color Harmonies of #CEE7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE7FA

Black with #CEE7FA

Text Example


Text Example

White with #CEE7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE7FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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