Html Css Color HEX #CBE7F9 Pattens Blue

📋 copy color: '#CBE7F9'

red 203 ◦ green 231 ◦ blue 249

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

Shades of Pattens Blue #CBE7F9

Tints of Pattens Blue #CBE7F9

RGB

 RED value IS 203 (79.69% from 255) = 29.72%

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

 BLUE value IS 249 (97.66% from 255) = 36.46%

R = 29.72%
G = 33.82%
B = 36.46%

CMYK

 C value IS 0.18

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CBE7F9 (or 0xCBE7F9) is known color: Pattens Blue. HEX triplet: CB, E7 and F9. RGB value is (203,231,249). Sum of RGB (Red+Green+Blue) = 203+231+249=683 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.72% from 683); Green value is 231 (90.62% from 255 or 33.82% from 683); Blue value is 249 (97.66% from 255 or 36.46% from 683); Max value from RGB is 249 - color contains mainly: blue. Hex color #CBE7F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBE7F9 is #341806. Grayscale: #E0E0E0. Windows color (decimal): -3414023 or 16377803. OLE color: 16377803.

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

Color convert

RGB 203 231 249 -
CMYK 0.18 0.07 0 0.02
HSL 203.48º 0.79% 0.89% -
HSV(B) 203.48º 0.18% 0.98% -
XYZ 70.3 76.69 100.72 -
YUV 224.68 141.72 112.54 -
System Red Green Blue C M Y K H S L
Decimal 203 231 249 0.18 0.07 0 0.02 203.48 0.79 0.89
Hex CB E7 F9 12 7 0 2 CB 4F 59
Octal 313 347 371 22 7 0 2 313 117 131
Binary 11001011 11100111 11111001 10010 111 0 10 11001011 1001111 1011001

Color Harmonies of #CBE7F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE7F9

Black with #CBE7F9

Text Example


Text Example

White with #CBE7F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE7F9; }

 p { color: rgb(203,231,249); }

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

background-color css

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

 a { background-color: rgb(203,231,249); }

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

border-color css

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

 span { border-color: rgb(203,231,249); }

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