Html Css Color HEX #CBEAFA Pattens Blue

📋 copy color: '#CBEAFA'

red 203 ◦ green 234 ◦ blue 250

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

Shades of Pattens Blue #CBEAFA

Tints of Pattens Blue #CBEAFA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 34.06%

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

R = 29.55%
G = 34.06%
B = 36.39%

CMYK

 C value IS 0.19

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CBEAFA (or 0xCBEAFA) is known color: Pattens Blue. HEX triplet: CB, EA and FA. RGB value is (203,234,250). Sum of RGB (Red+Green+Blue) = 203+234+250=687 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.55% from 687); Green value is 234 (91.80% from 255 or 34.06% 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 #CBEAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEAFA is #341505. Grayscale: #E2E2E2. Windows color (decimal): -3413254 or 16444107. OLE color: 16444107.

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

Color convert

RGB 203 234 250 -
CMYK 0.19 0.06 0 0.02
HSL 200.43º 0.82% 0.89% -
HSV(B) 200.43º 0.19% 0.98% -
XYZ 71.31 78.44 101.83 -
YUV 226.56 141.23 111.2 -
System Red Green Blue C M Y K H S L
Decimal 203 234 250 0.19 0.06 0 0.02 200.43 0.82 0.89
Hex CB EA FA 13 6 0 2 C8 52 59
Octal 313 352 372 23 6 0 2 310 122 131
Binary 11001011 11101010 11111010 10011 110 0 10 11001000 1010010 1011001

Color Harmonies of #CBEAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEAFA

Black with #CBEAFA

Text Example


Text Example

White with #CBEAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEAFA; }

 p { color: rgb(203,234,250); }

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

background-color css

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

 a { background-color: rgb(203,234,250); }

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

border-color css

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

 span { border-color: rgb(203,234,250); }

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