Html Css Color HEX #7BCAF2 Sky Blue

📋 copy color: '#7BCAF2'

red 123 ◦ green 202 ◦ blue 242

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

Shades of Sky Blue #7BCAF2

Tints of Sky Blue #7BCAF2

RGB

 RED value IS 123 (48.44% from 255) = 21.69%

 GREEN value IS 202 (79.3% from 255) = 35.63%

 BLUE value IS 242 (94.92% from 255) = 42.68%

R = 21.69%
G = 35.63%
B = 42.68%

CMYK

 C value IS 0.49

 M value IS 0.17

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7BCAF2 (or 0x7BCAF2) is known color: Sky Blue. HEX triplet: 7B, CA and F2. RGB value is (123,202,242). Sum of RGB (Red+Green+Blue) = 123+202+242=567 (75% of max value = 765). Red value is 123 (48.44% from 255 or 21.69% from 567); Green value is 202 (79.30% from 255 or 35.63% from 567); Blue value is 242 (94.92% from 255 or 42.68% from 567); Max value from RGB is 242 - color contains mainly: blue. Hex color #7BCAF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BCAF2 is #84350D. Grayscale: #B6B6B6. Windows color (decimal): -8664334 or 15911547. OLE color: 15911547.

HSL color Cylindrical-coordinate representation of color #7BCAF2: hue angle of 200.17º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BCAF2 is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 123 202 242 -
CMYK 0.49 0.17 0 0.05
HSL 200.17º 0.82% 0.72% -
HSV(B) 200.17º 0.49% 0.95% -
XYZ 45.32 52.86 91.82 -
YUV 182.94 161.33 85.25 -
System Red Green Blue C M Y K H S L
Decimal 123 202 242 0.49 0.17 0 0.05 200.17 0.82 0.72
Hex 7B CA F2 31 11 0 5 C8 52 48
Octal 173 312 362 61 21 0 5 310 122 110
Binary 1111011 11001010 11110010 110001 10001 0 101 11001000 1010010 1001000

Color Harmonies of #7BCAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BCAF2

Black with #7BCAF2

Text Example


Text Example

White with #7BCAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7BCAF2; }

 p { color: rgb(123,202,242); }

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

background-color css

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

 a { background-color: rgb(123,202,242); }

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

border-color css

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

 span { border-color: rgb(123,202,242); }

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